Description | : > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Create` API is an HTTP `POST` request that allows the caller to create a dataset from data that was uploaded to the Azure Maps [Data Registry](/rest/api/maps/data) and converted using the Azure Maps [Conversion Service](/rest/api/maps-creator/conversion). You can also create a dataset directly using data uploaded to the Azure Maps [Data Registry](/rest/api/maps/data-registry), provided that the uploaded data is a zip of GeoJSON files conforming to the [facility ontology](/azure/azure-maps/creator-facility-ontology) format. For more information on the data registry service, see [How to create data registry](/azure/azure-maps/how-to-create-data-registries). For more information, see [Create a dataset using a GeoJson package](https://aka.ms/howtofacilitygeojson) ### Submit Create Request To create your dataset, issue a `POST` request with the required parameters. The Create API is a [long-running operation](https://aka.ms/am-creator-lrt-v2). |
Reference | : Link ¶ |
⚼ Request
POST:
/datasets
{
x-ms-client-id:
string
,
api-version:
string
,
conversionId:
string
,
udid:
string
,
outputOntology:
string
,
datasetId:
string
,
description:
string
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}